body
{
  font-family: 'Questrial', sans-serif;
}
.orange {
    background-color: rgb(255, 157, 0);
    color: white;
  }

  .black {
    background-color: rgb(20, 20, 20);
    color: rgb(255, 157, 0);
  }

  /* Green */
  .success {
    border-color: #4caf50;
    color: green;
  }

  .success:hover {
    background-color: #4caf50;
    color: white;
  }

  /* Donation Button */

  .click {
    border: 1px solid;
    background-color: white;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
  }


  /*//////////////////////FOOTER START///////////////////*/

  .footer {
    padding: 50px 0 20px 0;
    background-color: rgb(255, 157, 0);
    color: white;
  }

  .footer .payment li {
    list-style-type: none;
  }

  .footer .payment li a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    float: left;
    font-size: 25px;
    padding: 10px 10px;
  }
  